Below you find a list with the added features, changes and fixes for
each version.
Version 1.6.1.0
---------------
- Modern icons
- History in the search and replace dialogs
- Recent file list in the file-menu
- Locale charset is used if ANSI is selected (before Windows-1252 was hardcoded)
- Tabs can be closed by a middle click
- The text in the information field of the Update-checker is word wrapped and
indented for better reading
- Disabled icons are grayed more beautifully if the classic Windows style or a
pre Windows XP system is used
- MDI-menu appears/disapperas only after fully maximizing or minimizing a window
- Do not dereference URLs, instead open the .url-file itself
- Fix: Closing the options dialog by OK resets the theme instead of applying it
- Fix: Menu is on the wrong screen on a multi monitor setup
- Fix: BartPE doesn't load HxD because of a missing WOW32.DLL which is only
needed on Windows9X
- Fix: Drawing bug of the grayed icons under Windows 98
- Fix: Tabbar scroll bug, order of closing, order of change, drawing bug...
- Fix: Windows error message when writing to a disk under Windows 98
- Fix: Error message "Out of memory" when copying between two instances
- Further small corrections
Version 1.6.0.0 beta
--------------------
- New functions
* Split file
* Concatenate files
* Safely delete files (Shredder)
* Insert bytes
* Fill selection
- Enhancements of existing functions
* Clipboard was largely reworked:
o Unlimited amount of data can be copied (unlimited = free RAM)
o Support for Unicode
o Paste/Copy Hex Dumps
o Progress display
o Additional native clipboard format for HMTL and RTF, allows pasting of formatted text into apps like WordPad or Mozilla Thunderbird (instead of the source code)
* Searching supports true Unicode (not only ANSI subset), allows searching of special characters like those in the DOS-char set
* Backup-enhancements:
o Progress display when creating backup
o Backup creation can be cancelled
o Warning when there is no place for a backup
* Speed up exporters a lot and added progress display
* Progress display for "Copy as"
* Save/Save as have a progress display
* Reducing memory fragmentation when inserting
* F5 updates the folded sections in the RAM-Editor
* Blinking of the entry "Readonly" in the Status bar when trying to modify a read only file
* When reopening the Search-dialog the old search text is selected
* Scroll search result into the middle of the window for better overview
* Respect offset base in exporters
* Unicode support for printing
* Some corrections to printing
* Overall better Unicode support for all operations where file names are involved
* Generally added progress display for all lengthy operations
* New keys usable with foldable sections:
+ on num block opens a fold
- on num block closes a fold
* on num block opens all folds
/ on num block closes all folds
* Drag&Drop of tabs moves the tabs on mouse movements instead of drawing a black insertion line
* Added a cancel button to the dialog with security warning "Opening a disk without write protection"
* After "replacing all" a message box with the count of replaced occurrences is displayed
- Bug fixes
* Fix: Find next doesn't work after opening a new file or changing to another file
* Fix: "Export to" doesn't warn when overwriting existing files
* Fix: Search bug and the DOS-char set was chosen
* Fix: Search bug if a search was previously done in another window
* Fix: Entering invalid hex values in the search dialog generates an AV instead of a good error message
* Fix: Changing of the char set isn't respected when doing "Find next"
* Fix: Exporter for HTML, TeX und RTF didn't use the currently chosen char set but always ANSI